<#
 #   It is recommended to test the script on a local machine for its purpose and effects. 
 #   ManageEngine Endpoint Central will not be responsible for any 
 #   damage/loss to the data/setup based on the behavior of the script.

 #   Description: Script is designed To Change current language for non-unicode programs
 #   Configuration Type - COMPUTER
 #   Refer: https://learn.microsoft.com/en-us/powershell/module/international/set-winsystemlocale?view=windowsserver2022-ps
 #   Language List: https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/available-language-packs-for-windows?view=windows-11
 #>

 # Hardcode the language here
 Set-WinSystemLocale -SystemLocale "ja-JP"